You are here: Record management > Rule and application testing > PegaUnit testing

PegaUnit testing

You can use PegaUnit testing to quickly and easily create test cases for your Pega Platform applications.

You can group related test cases into test suites that run the test cases in the order that you specify.

Note: Before you begin, your application must be configured to support rule testing. See Creating a test ruleset.

You can also use the Execute Tests service, which is run by a continuous integration (CI) tool, to run all the PegaUnit test cases and test suites in your application so that you can validate the quality of your builds after every build run. For more information, see the Running all PegaUnit test cases and test suites using the Execute Tests service article on the PDN.